runtime.userArena.refs (field)
10 uses
runtime (current package)
arena.go#L252: refs []unsafe.Pointer
arena.go#L329: i := len(a.refs) - 2
arena.go#L333: freeUserArenaChunk(s, a.refs[i])
arena.go#L351: freeUserArenaChunk(s, a.refs[len(a.refs)-1])
arena.go#L354: userArenaState.reuse = append(userArenaState.reuse, liveUserArenaChunk{s, a.refs[len(a.refs)-1]})
arena.go#L360: a.refs = nil
arena.go#L419: a.refs = append(a.refs, x)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |